﻿* {
	padding: 0;
	margin: 0;
	/*border: 0;*/
	-moz-box-sizing: border-box;
	     box-sizing: border-box
}

.flex-table{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

i,
em {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

img {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* header */
.shadows {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 99;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	padding: 0 100px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 100;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.on {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lh-logo {
	position: absolute;
	left: 0;
	top: 17px;
	width: 486px;
}

.logo-1 {
	display: block;
}

.logo-2 {
	display: none;
}

header.on .logo-1 {
	display: none;
}

header.on .logo-2 {
	display: block;
}

.lh-header-r {
	line-height: 40px;
	margin-top: 38px;
}

.lh-nav>li {
	float: left;
	margin-left: 1.2vw;
	position: relative;
}

.lh-nav>li:hover ul {
	background: #F6F6F6;
}

.lh-nav>li>a {
	font-size: 16px;
	position: relative;
	padding: 0 0px;
	color: #fff;
	font-weight: bold;
}

header.on .lh-nav>li>a {
	color: #333;
}
header.on .lh-nav>li.on>a{
	color:#0e6eb8;
	font-weight:bold;
}

.lh-nav>li:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-o-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-moz-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	        -moz-transform: scaleX(0);
	          -o-transform: scaleX(0);
	     transform: scaleX(0);
}

header.on .lh-nav>li:after {
	background: #0e6eb8;
}

.lh-nav>li.on:after,
.lh-nav>li:hover:after {
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	        -moz-transform: scaleX(1);
	          -o-transform: scaleX(1);
	     transform: scaleX(1);
	
}

.lh-nav>li.on>a,
.lh-nav>li:hover>a {
	color: #fff;
}

.lh-nav>li .lh-nav-lm {
	position: absolute;    
	left: -13px;
	top: 100%;
	width: 450px;
	min-height: 228px;
	background: #fff;
	display: none;
	z-index: 10;
	padding: 24px 30px;
}
.lh-nav>li:nth-child(4) .lh-nav-lm{
	width: 635px;
}
.lh-nav>li:nth-child(7) .lh-nav-lm,
.lh-nav>li:nth-child(8) .lh-nav-lm{
	left: auto;
	right: 0;
}
.lh-nav-lm-l{
	width: 40%;
	border-right: 1px solid #e4e4e4;
    margin-right: 10%;
}
.lh-nav>li:nth-child(4) .lh-nav-lm-l{
	width: 340px;
	margin-right: 40px;
}
.lh-nav-lm-l a{
	display: block;
	text-align: left;
	padding-left: 14px;
	background: url(../images/1_04.png) no-repeat left center;
	-o-background-size: 3px;
	   background-size: 3px;
}
.lh-nav>li:nth-child(4) .lh-nav-lm-l a{
	display: inline-block;
	width: 167px;
}
.lh-nav-lm-r{
	width: 50%;
}
.lh-nav>li:nth-child(4) .lh-nav-lm-r{
	width: 195px;
}
.lh-nav-lm-r img{
	width: 100%;
	height: 120px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.lh-nav-lm-r h3{
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
}
.lh-nav>li .lh-nav-lm .lh-nav-lm-l a:hover {
	color: #0e6eb8;
	text-decoration: underline;
}

.lh-nav>li .lh-nav-lm .lh-nav-lm-l {
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}

.lh-search-btn {
	font-size: 24px;
	margin-right: 2.34vw;
}

.lh-nav-btn {
	width: 50px;
	height: 50px;
	position: relative;
	margin-top: 25px;
}

.lh-nav-btn i {
	display: block;
	width: 22px;
	height: 2px;
	background: #284C3A;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-o-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-moz-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-nav-btn:before,
.lh-nav-btn:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #284C3A;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	-webkit-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-o-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-moz-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-nav-btn:after {
	margin-top: 7px;
}

.lh-header-layer {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	height: 300px;
	background: #fff;
	padding: 50px 100px 0;
	display: none;
	border-top: 1px solid #DDD;
}

.lh-header-layer h3 {
	font-size: 24px;
}

.lh-header-layer p {
	color: #444444;
	margin-top: 8px;
}
.lh-header-top {
	position: relative;
	z-index: 2;
	height: 100%;
	-webkit-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-o-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	-moz-transition: cubic-bezier(0.215, .61, .355, 1) .45s;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.header_bar {
	float: right;
	margin-left: 2vw;
	margin-top: 26px;
	line-height: 1;
}

.header_bar a {
	margin-left: 10px;
	display: inline-block;
	position: relative;
}

.header_bar em {
	display: block;
	cursor: pointer;
	font-size: 20px;
	width: 26px;
	-webkit-transition: ease .2s;
	-o-transition: ease .2s;
	-moz-transition: ease .2s;
	transition: ease .2s;
	height: 26px;
	border-radius: 50%;
	background: #b0b0b0;
	color: #fff;
	text-align: center;
	line-height: 26px;
}

.header_bar a:hover em {
	background: #0e6eb8;
}


.header-mobile{
	position: fixed;
	width: 100%;
	height: 63px;
	margin: 0 auto;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid rgba(204,204,204,0.4);
	z-index: 99;
	display: none;
}
.header-mobile .logo-mobile{
	position: absolute;
    top: 7px;
    left: 15px;
    width: 290px;
}
.header-mobile .toggle_menu {
    width: 63px;
    height: 63px;
	padding: 18px;
	border-left: 1px solid rgba(204,204,204,0.4);
	float: right;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    cursor: pointer;
}
.header-mobile .toggle_menu.open{
	background: #0e6eb8;
}
.header-mobile .toggle_menu span {
	width: 100%;
	display: block;
    height: 3px;
	margin: 3px 0;
	background: #0e6eb8;
}
.header-mobile .toggle_menu>span:nth-child(2) {
    width: 80%;
}
.header-mobile .toggle_menu.open span{
	background: #fff;
}
.header-mobile .toggle_menu.open span:nth-child(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	   -moz-transform: translateY(9px) rotate(-45deg);
	    -ms-transform: translateY(9px) rotate(-45deg);
	     -o-transform: translateY(9px) rotate(-45deg);
	        transform: translateY(9px) rotate(-45deg);
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header-mobile .toggle_menu.open span:nth-child(2){
	opacity: 0;
    -webkit-transform: translateX(50px);
       -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
         -o-transform: translateX(50px);
            transform: translateX(50px);
}
.header-mobile .toggle_menu.open span:nth-child(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	   -moz-transform: translateY(-9px) rotate(45deg);
	    -ms-transform: translateY(-9px) rotate(45deg);
	     -o-transform: translateY(-9px) rotate(45deg);
	        transform: translateY(-9px) rotate(45deg);
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.allmenu{
	position: absolute;
    height: -webkit-calc(100vh - 63px);
    height: -moz-calc(100vh - 63px);
    height: calc(100vh - 63px);
    background: #f5f5f5;
    width: 100%;
    top: 63px;
	left: 0;
	padding-top: 20px;
	display: none;
}
.allmenu .innerwrap{
	overflow: hidden;
    width: 94%;
    margin: 0 auto 30px;
}
.allmenu .innerwrap .header_bar{
	float: none;
	margin-top: 0;
	text-align: right;
	margin-bottom: 12px;
}
.allmenu .innerwrap .menubox {
    width: 100%;
    height: auto;
    padding: 0 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.allmenu .innerwrap .menubox h3 {
    position: relative;
    font-size: 16px;
    color: #0e6eb8;
    padding: 10px 0;
	font-weight: 500;
}
.allmenu .innerwrap .menubox h3 a{
	color: #0e6eb8;
}
.allmenu .innerwrap .menubox h3:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    display: block;
    content: "";
    background: #0e6eb8;
}
.allmenu .innerwrap .menu_wrap:first-child .menubox h3:before{
	display: none;
}
.allmenu .innerwrap .menubox ul {
    display: none;
    padding: 0 0 20px;
}
.allmenu .innerwrap .menubox ul li {
    margin-bottom: 1px;
}
.allmenu .innerwrap .menubox ul li a {
    font-size: 14px;
	line-height: 1em;
	color: #555;
}
/* header  end */

/* banner */

/* .pagination{
	position: absolute;
	text-align: center;
	bottom: 80px;
    left: 14%;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
    z-index: 10;
}
.pagination span{
	display: inline-block;
	width: 60px;
    height: 5px;
    border-radius: 0;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.5);
}
.pagination span.swiper-active-switch{
	background: #0e6eb8;
} */
.arrow-left,
.arrow-right{
	cursor: pointer;
    width: 58px;
    height: 58px;
    right: 100px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 9;
}
.arrow-left:hover,
.arrow-right:hover{
	background: #0e6eb8;
}
.arrow-left{
	position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -29px;
}
.arrow-right{
	position: absolute;
    top: 50%;
    margin-top: -29px;
    right: 50px;
}
.arrow-left img,
.arrow-right img{
	width: 26px;
    fill: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
}
.banner {
	position: relative;
	padding-top: 80px;
}

.banner-bg:before {
	/*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(37, 89, 159, .65)));
	background: -webkit-linear-gradient(bottom, transparent 0, rgba(37, 89, 159, .65));
	background: -moz-linear-gradient(bottom, transparent 0, rgba(37, 89, 159, .65));
	background: -o-linear-gradient(bottom, transparent 0, rgba(37, 89, 159, .65));
	background: linear-gradient(0deg, transparent 0, rgba(37, 89, 159, .65));
	*/
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 99;
}

.banner-list {
	background: #fff;
	z-index: 9;
}

.banner-img {
	position: relative;
	width: 100%;
	height: 455px;
}

.banner-bg {
	position: relative;
	width: 100%;
	height: 100%;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}
/* .banner-list .swiper-container{
	width: 100%;
	height: 100vh;
} */
/* .banner-bg:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
} */
.banner-text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 14%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	     transform: translateY(-50%);
	z-index: 99;
}

.banner-text span {
	position: relative;
	display: none !important;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin: 30px 0 5px;
	line-height: 43px;
	letter-spacing: 1px;
	padding-left: 80px;
	text-transform: capitalize;
	overflow: hidden;
}
.banner-text span:before{
	position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    top: 24px;
    left: 0;
    background: #fff;
}
.banner-text h4{
	font-size: 18px;
	text-transform: uppercase;
    margin-top: 20px;
    width: 80%;
}
.banner-text p {
	font-size: 40px;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: bold;
}

.banner-text h3 {
	font-size: 25px;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 2px;
}

.banner-text a {
	display: inline-block;
    color: #fff;
    margin-top: 30px;
    background: url(../images/right-w.png) no-repeat right center;
    -o-background-size: 10px;
       background-size: 10px;
	padding-right: 12px;
	font-size: 15px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.banner-text a:hover{
	padding-right: 16px;
}

.banner-img .banner-text p,
.banner-img .banner-text h3,
.banner-img .banner-text span,
.banner-img .banner-text h4,
.banner-img .banner-text a {
	opacity: 0;
	opacity: 1\0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	 -ms-transform: translateY(30px);
	  -o-transform: translateY(30px);
	     transform: translateY(30px);
}

.banner-img.slick-active .banner-text p {
	-webkit-animation: fadeInDown 1s cubic-bezier(.25, .74, .22, .99) forwards;
	-moz-animation: fadeInDown 1s cubic-bezier(.25, .74, .22, .99) forwards;
	  -o-animation: fadeInDown 1s cubic-bezier(.25, .74, .22, .99) forwards;
	     animation: fadeInDown 1s cubic-bezier(.25, .74, .22, .99) forwards;
}

.banner-img.slick-active .banner-text h3 {
	-webkit-animation: fadeInDown 1s 0.2s cubic-bezier(.25, .74, .22, .99) forwards;
	-moz-animation: fadeInDown 1s 0.2s cubic-bezier(.25, .74, .22, .99) forwards;
	  -o-animation: fadeInDown 1s 0.2s cubic-bezier(.25, .74, .22, .99) forwards;
	     animation: fadeInDown 1s 0.2s cubic-bezier(.25, .74, .22, .99) forwards;
}

.banner-img.slick-active .banner-text span {
	-webkit-animation: fadeInDown 1s 0.4s cubic-bezier(.25, .74, .22, .99) forwards;
	-moz-animation: fadeInDown 1s 0.4s cubic-bezier(.25, .74, .22, .99) forwards;
	  -o-animation: fadeInDown 1s 0.4s cubic-bezier(.25, .74, .22, .99) forwards;
	     animation: fadeInDown 1s 0.4s cubic-bezier(.25, .74, .22, .99) forwards;
}
.banner-img.slick-active .banner-text h4 {
	-webkit-animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
	-moz-animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
	  -o-animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
	     animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
}
.banner-img.slick-active .banner-text a {
	-webkit-animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
	-moz-animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
	  -o-animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
	     animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px)
	}

	100% {
		opacity: 1;
		opacity: 1\0;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		     transform: translateY(30px)
	}

	100% {
		opacity: 1;
		opacity: 1\0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		     transform: translateY(0)
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-o-transform: translateY(30px);
		   transform: translateY(30px)
	}

	100% {
		opacity: 1;
		opacity: 1\0;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		   transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		  -o-transform: translateY(30px);
		     transform: translateY(30px)
	}

	100% {
		opacity: 1;
		opacity: 1\0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		  -o-transform: translateY(0);
		     transform: translateY(0)
	}
}

.slick-prev, .slick-next {
	cursor: pointer;
	width: 58px;
	height: 58px;
	right: 100px;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	text-align: center;
	position: relative;
	vertical-align: top;
	margin-bottom: 5px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	z-index: 9999;
}

.slick-prev:hover, .slick-next:hover{
	background-color: #0e6eb8;
}
.slick-prev {
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -29px;
	background: rgba(0, 0, 0, 0.3) url(../images/left-w.png) no-repeat center;
	-o-background-size: 26px;
	   background-size: 26px;
}

.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	right: 50px;
	background: rgba(0, 0, 0, 0.3) url(../images/right-w.png) no-repeat center;
	-o-background-size: 26px;
	   background-size: 26px;
}

.banner-list .pagination-list img {
	width: 26px;
	fill: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	  -o-transform: translate(-50%,-50%);
	     transform: translate(-50%,-50%);
}

.banner-list .pagination-list .swiper-button-prev svg {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	 -ms-transform: translateY(-50%) rotate(180deg);
	  -o-transform: translateY(-50%) rotate(180deg);
	     transform: translateY(-50%) rotate(180deg);
}
.slick-dots{
	bottom: 80px;
	left: 14%;
}
.banner .slick-dots{
	display: none !important;
}
.slick-dots li{
	width: 60px;
	height: 5px;
	border-radius: 0;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.slick-dots li.slick-active{
	background: #0e6eb8;
}

.banner-list .pagination-list .swiper-button-prev,
.banner-list .pagination-list .swiper-button-next {
	cursor: pointer;
	width: 58px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
	right: 100px;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	text-align: center;
	position: relative;
	vertical-align: top;
	margin-bottom: 5px;
	-webkit-transition: all .3s;
    transition: all .3s;
	z-index: 9;
}

.banner-list .pagination-list .swiper-button-prev:hover,
.banner-list .pagination-list .swiper-button-next:hover{
	background: #0e6eb8;
}
.banner-list .pagination-list .swiper-button-prev {
	position: absolute;
	left: 100px;
}

.banner-list .pagination-list .swiper-button-next {
	position: absolute;
}

.banner-list .pagination-list img {
	width: 30px;
	fill: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.banner-list .pagination-list .swiper-button-prev svg {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.banner-list .swiper-pagination{
	bottom: 80px;
	left: 10%;
}
.banner-list .swiper-pagination span{
	width: 60px;
	height: 5px;
	border-radius: 0;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.banner-list .swiper-pagination span.swiper-pagination-bullet-active{
	background: #0e6eb8;
}
/* banner  end */

/* main */
/* .ind-main{
	padding: 0 100px;
} */
.padd90{
	padding: 25px 100px;
	/* border-bottom: solid 1px #eee; */
}
.ind-title{
	margin-bottom: 8px;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-text h3{
	font-size: 28px;
	line-height: 1.3;
	padding: 5px;
	height: 46px;
}
.title-text p{
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
}
.text-white h3{
	color: #fff;
}
.text-white p{
	color: rgba(255, 255, 255, 0.6);
}
.text-center{
	text-align: center;
	width: 100%;
}
.ind-honor-item{
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ind-honor-item h6{
	width: 578px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
}
.title-more{
	display: inline-block;
	color: #fff;
	background: #0e6eb8 url(../images/right-w.png) no-repeat 90px center;
	/* border-radius: 30px; */
	-o-background-size: 10px;
	background-size: 10px;
	padding-right: 12px;
	font-size: 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.title-more:hover{
	color: #fff;
	background-position: 95px center;
}
.title-more span{
	display: inline-block;
	padding: 3px 23px;
}
.business-view{
	position: relative;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
.business-view li{
	position: relative;
	width: 25%;
	float: left;
	padding-bottom: 140px;
	margin: 0 10px;
}
.bus-image{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 80%;
}
/* .bus-image:after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all .5s;
    transition: all .5s;
}
.business-view li:hover .bus-image:after{
	background: none;
} */
.bus-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bus-text{
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.bus-text img{
	width: 40px;
	/* margin: 0 auto; */
	float: left;
}
.bus-text h3{
	font-size: 22px;
}
.bus-text p{
	line-height: 1.2;
	text-transform: capitalize;
}
.bus-text>span{
	width: 100%;
	display: block;
	position: relative;
	font-size: 23px;
	margin-top: -43px;
	text-align: center;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.bus-text>span:before{
	position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 20px;
    left: 50%;
    margin-left: -80px;
    background: #afafaf;
}
.bus-text>span:after{
	position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 20px;
    left: 50%;
    margin-left: 30px;
    background: #afafaf;
}
.bus-text .title-more{
	margin-top: 20px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        -moz-transform: translateY(10px);
	         -ms-transform: translateY(10px);
	          -o-transform: translateY(10px);
	     transform: translateY(10px);
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.pagination-qj{
	position: relative;
}
.ind-business .slick-prev,
.ind-business .slick-next,
.ind-honor-view .slick-prev,
.ind-honor-view .slick-next {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: none;
  text-align: center;
  position: relative;
  vertical-align: top;
  background: none;
  margin-bottom: 5px;
}

.ind-honor-view .slick-prev{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	background: url(../images/l1.png) no-repeat center;
	background-size: cover;
}
.ind-business .slick-prev,
.honor-box-view .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0px;
  background: url(../images/l1.png) no-repeat center;
  background-size: cover;
}
.ind-honor-view .slick-next{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	right: 0px;
	background: url(../images/r1.png) no-repeat center;
	background-size: cover;
}
.ind-business .slick-next,
.honor-box-view .slick-next{
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 0px;
  background: url(../images/r1.png) no-repeat center;
  background-size: cover;
}

.pagination-qj .pagination-list svg {
  width: 11px;
  height: 16px;
  fill: #666;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.pagination-qj .pagination-list .swiper-button-prev svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
   -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
}


.ind-honor {
	position: relative;
}
.ind-honor-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ind-honor-bg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	/* object-fit: cover; */
}
.ind-honor-main{
	position: relative;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.ind-honor-sj{
	/* width: 50%; */
	color: #fff;
	justify-content: flex-end;
}
.ind-honor-sj li{
	text-align: center;
	padding-left: 100px;
}
.ind-honor-sj li h3{
	font-size: 50px;
	line-height: 1;
}
.ind-honor-sj li span{
	display: block;
	position: relative;
	font-size: 38px;
	line-height: 1;
    margin-top: -13px;
	color: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.ind-honor-sj li span:before{
	position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 30px;
    left: 50%;
    margin-left: -80px;
    background: rgba(255, 255, 255, 0.6);
}
.ind-honor-sj li span:after{
	position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 30px;
    left: 50%;
    margin-left: 30px;
    background: rgba(255, 255, 255, 0.6);
}
.padd100{
	padding: 0 100px;
}
.ind-honor-view{
	margin-top: 35px;
}
/* .ind-honor-view .pagination-list .swiper-button-prev{
	left: 40px;
}
.ind-honor-view .pagination-list .swiper-button-next{
	right: 40px;
} */
.ind-honor-view .swiper-slide{
	margin: 0 10px;
	border: solid 1px #eee;
	padding: 15px;
	background: #f9f9f9;
}
.ind-honor-view .swiper-slide img{
	padding: 10px;
	background: #fff;
}
.ind-honor-view p{
	text-align: center;
	font-size: 16px;
	/* color: #fff; */
	margin-top: 10px;
	font-weight: bold;
}

.ind-news{
	/* background: #f5f5f5; */
}

.ind-news-list {
	width: 100%;
}
/* .ind-news-list *{
	height: 100%;
} */
.ind-news-box {
	position: relative;
	width: 100%;
	/* float: left; */
	padding: 5px;
	/* margin: 10px; */
	background: #fff;
	/* border-right: 1px solid #dcdcdc; */
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.ind-news-box:nth-child(even){
	border-right: none;
}
.ind-news-box:nth-child(4){
	/* border-bottom:none; */
}
/* .ind-news-list .slick-slide{
	height: 50% !important;
} */
.ind-news-box a{
	display: block;
	/* width: 62%; */
	/* height: 100%; */
	/* float: right; */
}
.ind-news-box a:hover{
	color:blue;
	
}
.ind-news-img {
	position: absolute;
	width: 35%;
	height: 100%;
	top: 0;
	left: 0;
	overflow:hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}
.ind-news-img::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
/*	background: rgba(0, 0, 0, 0.4);*/
	z-index: 5;
}
.ind-news-box:hover .ind-news-img img{
	-webkit-transform: scale(1.2);
	        -moz-transform: scale(1.2);
	         -ms-transform: scale(1.2);
	          -o-transform: scale(1.2);
	     transform: scale(1.2);	
		
		 	
}
.ind-news-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

/* .ind-news-box:hover .ind-news-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */

.ind-news-text {
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	z-index: 5;
}
.ind-news-box:hover .ind-news-text *{
	color: #0e6eb8;
}
.ind-news-text em{
	display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background: #0456a3;
	padding: 0 12px;
	display: none;
}
.ind-news-text h3 {
	font-size: 18px;
	/* margin: 15px 0; */
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	float: left;
	display: block;
	width: 80%;
	padding-left: 23px;
	background: url(1_04.png) no-repeat 10px 14px;
}

.ind-news-text span {
	font-size: 14px;
	color: #666;
	display: block;
	/* margin: 5px 0 12px; */
	float: right;
}

.ind-news-text p {
	font-size: 15px;
	line-height: 1.8;
	height: 50px;
	color: #666;
	overflow: hidden;
}
.ind-news-text .detail {
    font-size: 0;
	margin-top: 23px;
	text-align: right;
}
.ind-news-text .detail span {
    position: relative;
    display: inline-block;
    zoom: 1;
    font-size: 14px;
	color: #666;
	padding-right: 15px;
	margin-bottom: 0;
	background: url(../images/right-b.png) no-repeat center right;
	-o-background-size: 10px;
	   background-size: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/* .ind-news-text .detail span:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #333;
	left: 0;
	bottom: 0;
} */
.ind-news-box:hover .ind-news-text .detail span{
	padding-right: 20px;
	background: url(../images/right-w.png) no-repeat center right;
	-o-background-size: 10px;
	   background-size: 10px;
}
.h5box1{
	width: 31.33%;
	margin-left: 2%;
}
.h5boxItem{
	margin-bottom: 20px;
	background: #eaeaea;
}
.h5box1 h4{
	position: relative;
	font-size: 16px;
    color: #0e6eb8;
    padding: 10px 40px;
}
.h5box1 h4:before{
	position: absolute;
    content: '';
    width: 4px;
    height: 13px;
    top: 17px;
    left: 21px;
    background: #0e6eb8;
}
.h5box1 a {
    width: 100%;
    position: relative;
    background: #fbfbfb;
	display: block;
	padding: 15px 35px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
/* .h5box1 a:nth-child(even) {
    background: #fbfbfb;
} */
.h5box1 a img.i2 {
    position: absolute;
    right: 25px;
	top: 36px;
	width: 31px;
	display: none;
}
.h5box1 a p.t1 {
	font-size: 13px;
    /* background: #005d9a;
    color: #fff; */
}
.h5box1 a span.t2 {
    font-size: 14px;
	color: #005d9a;
	display: block;
}
.h5box1 a p.t3 {
    font-size: 15px;
	color: #333;
	overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.h5box1 a p.t4 {
    font-size: 14px;
    color: #959595;
}
.h5box1 a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #005d9a;
    width: 0%;
    height: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.h5box1 a:hover:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #005d9a;
    width: 100%;
    height: 5px;
}


/* .ind-partners{
	background: #f5f5f5;
} */
.ind-partner-view{
	width: 100%;
}
.ind-partner-view .swiper-container{
	padding-right: 3px;
	padding-bottom: 3px;
}
.ind-partner-view .slick-prev,
.ind-awards-view .swiper-button-prev,
.bus-case-view .swiper-button-prev,
.bus-info-img .swiper-button-prev,
.ind-awards-view .slick-prev,
.bus-info-img .slick-prev{
	position: absolute;
	top: -73px;
	left: auto;
	right: 58px;
	width: 50px;
	height: 50px;
	background: #005d9a url(../images/left.png) no-repeat center;
	background-size: 25px;
	border: none;
	border-radius: 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ind-partner-view .slick-next,
.ind-awards-view .swiper-button-next,
.bus-case-view .swiper-button-next,
.bus-info-img .swiper-button-next,
.ind-awards-view .slick-next,
.bus-info-img .slick-next{
	position: absolute;
	top: -73px;
	right: 3px;
	width: 50px;
	height: 50px;
	background: #005d9a url(../images/right.png) no-repeat center;
	background-size: 25px;
	border: none;
	border-radius: 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ind-awards-view .slick-prev,
.ind-awards-view .slick-next,
.bus-info-img .slick-prev,
.bus-info-img .slick-next{
	top: -53px;
}
.bus-info-img .swiper-button-prev,
.bus-info-img .swiper-button-next{
	top: -50px;
}
.ind-partner-view .slick-prev img,
.ind-partner-view .slick-next img,
.ind-awards-view .swiper-button-prev img,
.ind-awards-view .swiper-button-next img,
.bus-case-view .swiper-button-prev img,
.bus-case-view .swiper-button-next img,
.bus-info-img .swiper-button-prev img,
.bus-info-img .swiper-button-next img{
	width: 25px;
	margin: 12px auto;
}
.ind-partner-view .slick-prev:hover,
.ind-partner-view .slick-next:hover,
.ind-awards-view .swiper-button-prev:hover,
.ind-awards-view .swiper-button-next:hover,
.bus-case-view .swiper-button-prev:hover,
.bus-case-view .swiper-button-next:hover,
.bus-info-img .swiper-button-prev:hover,
.bus-info-img .swiper-button-next:hover{
	opacity: 0.7;
}
.ind-partner-view .slick-slide>div{
	margin: 0 10px;
}
.ind-partner-view li{
	position: relative;
	width: -webkit-calc(16.6666% - 24px);
	width: -moz-calc(16.6666% - 24px);
	width: calc(16.6666% - 24px);
	float: left;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 10px 0;
}
.ind-partner-view li:before{
	position: absolute;
    content: '';
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0;
	left: 0;
	border: 2px solid #fff;
	opacity: 0;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}
.ind-partner-view li:hover:before{
	opacity: 1;
	border: 4px solid #005d9a;
}
/* main  end */

/* footer */
footer {
	width: 100%;
	background: #3c3c3c;
	padding-top: 50px;
	margin-top: 50px;
}

footer .one {
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	/* margin-bottom: 40px; */
	padding-bottom: 30px;
}

footer .one .footer-logo {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	width: 210px;
}

.footer-wx {
	float: right;
	color: #fff;
	text-align: right;
	font-size: 14px;
}
.footer-wx a{
	/* display: block; */
	/* font-size: 28px; */
	/* line-height: 1.3; */
	color: #fff !important;
}
.footer-wx p {
	text-align: center;
	font-size: 14px;
}

footer .two dl dt {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	position: relative;
	font-weight: bold;
	color: #fff;
}

footer .two dl {
	float: left;
	width: 14.28%;
	text-align: center;
}

footer .two dl dd a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	padding: 4px 0;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

footer .two dl dd a:hover {
	color: #fff;
}

footer .two dl img {
	width: 30px;
	display: block;
	margin: 0 auto;
}

footer .two dl img:hover {
	opacity: 0.6;
}

footer .two {
	padding: 21px 0 48px
}

footer .two .right {
	float: right;
	width: 20%;
}

footer .two .right h1 {
	font-size: 16px;
	margin-bottom: 10px
}

footer .two .right h2 span {
	font-size: 16px;
	margin-right: 8px
}

footer .two .right h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

footer .two .right h2 i {
	font-weight: 500;
	font-size: 14px;
}

footer .two .right p {
	font-size: 13px;
	color: #666;
	line-height: 1.833;
	text-transform: uppercase;
	margin-top: 6px;
}

footer .two .right p a {
	color: #666;
}

.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.weui-cell__bd {
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.weui-cell__ft {
	text-align: right;
	color: #999999;
	margin-top: 5px;
}

footer .four {
	padding: 35px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .four img {
	width: 11px;
	margin-right: 10px;
}

footer .four p,
footer .four a,
footer .four span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

footer .four span {
	margin-right: 10px;
}
/* footer .four span:last-child{
	display: block;
} */
footer .four>p {
	float: left;
}
footer .four .four-a{
	float: right;
}

.yqlj {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	width: 188px;
	line-height: 20px;
	font-size: 14px;
	float: right;
	color: #666;
	margin-top: 2px;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

footer .four .yqlj img {
	width: 7px;
	margin-left: 17px;
	margin-right: 0;
	margin-top: -2px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.yqlj:hover img {
	-moz-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	     transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.yqlj:hover .yqlj-div {
	opacity: 0.8;
	display: block;
}

.yqlj .yqlj-div {
	width: 100%;
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 10px 15px;
	position: absolute;
	bottom: 22px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
}

.yqlj-div p a {
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.yqlj-div p:hover a {
	color: #1c6ab1;
	padding-left: 10px;
}

/* footer  end */

.wgt-fade-animate {
    -webkit-transform: scale(0.3);
            -moz-transform: scale(0.3);
             -ms-transform: scale(0.3);
              -o-transform: scale(0.3);
         transform: scale(0.3);
    -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
             -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
         transform: translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
            -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
              -o-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
         animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-wewgtit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                -moz-transform: scale(0.3);
                 -ms-transform: scale(0.3);
                  -o-transform: scale(0.3);
             transform: scale(0.3);
        -webkit-transform: translateY(50px);
                -moz-transform: translateY(50px);
                 -ms-transform: translateY(50px);
                  -o-transform: translateY(50px);
             transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                -moz-transform: scale(1);
                 -ms-transform: scale(1);
                  -o-transform: scale(1);
             transform: scale(1);
        -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                 -ms-transform: translateY(0);
                  -o-transform: translateY(0);
             transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                -moz-transform: scale(0.3);
             transform: scale(0.3);
        -webkit-transform: translateY(50px);
                -moz-transform: translateY(50px);
             transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                -moz-transform: scale(1);
             transform: scale(1);
        -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
             transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                -o-transform: scale(0.3);
           transform: scale(0.3);
        -webkit-transform: translateY(50px);
                -o-transform: translateY(50px);
           transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                -o-transform: scale(1);
           transform: scale(1);
        -webkit-transform: translateY(0);
                -o-transform: translateY(0);
           transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                -moz-transform: scale(0.3);
                  -o-transform: scale(0.3);
             transform: scale(0.3);
        -webkit-transform: translateY(50px);
                -moz-transform: translateY(50px);
                  -o-transform: translateY(50px);
             transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                -moz-transform: scale(1);
                  -o-transform: scale(1);
             transform: scale(1);
        -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                  -o-transform: translateY(0);
             transform: translateY(0);
        opacity: 1;
    }
}
.ind-partner-main{
	width:50%;
	float:left;
	padding: 0px 30px 0px 0px;
}

.ind-title{
	border-bottom:solid 1px #dcdcdc;
}
.content-gywm{
	text-indent:2em;
}
.content-gywm img{
	float:left;
	width: 20%;
	margin: 15px;
}
.clean{clear:both;}
.business-view{padding:0px 40px;}
.ind-honor-view{padding:0px 40px;}


.slideTxtBox{}
.slideTxtBox .hd{border-bottom: solid 1px #dcdcdc;clear: both;width: 100%;height: 46px;}
.slideTxtBox .hd ul{/* float:left; *//* position:absolute; *//* left:20px; *//* top:-1px; */}
.slideTxtBox .hd ul li{float:left;padding: 5px 15px;cursor:pointer;font-size: 20px;}
.slideTxtBox .hd ul li.on{border-bottom: 3px solid #0e6eb8;font-size: 28px;line-height: 1.2;padding: 5px 15px;color:  #0e6eb8;}
.slideTxtBox .hd ul li a{color:  #999;}
.slideTxtBox .hd ul li.on a{color:  #000;}
.slideTxtBox .bd{ width:100%;}
.slideTxtBox .bd ul{ zoom:1;width:100%; }
.slideTxtBox .bd li{
    position: relative;
    width: 100%;
    /* float: left; */
    padding: 17px 10px 3px 10px;
    /* margin: 10px; */
    background: #fff;
    /* border-right: 1px solid #dcdcdc; */
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.slideTxtBox .bd li a{font-size: 18px;
    /* margin: 15px 0; */
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    display: block;
    width: 80%;
    padding-left: 23px;
    background: url(1_04.png) no-repeat 10px 14px;
}



.slideTxtBox .bd li .date{ float:right; color:#999;  }

